WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1Behavior<T> Class / OnDetachingFrom Method
The view to which the behavior is attached.
In This Topic
    OnDetachingFrom Method (C1Behavior<T>)
    In This Topic
    Called before the behavior is detached from the control.
    Syntax
    protected virtual void OnDetachingFrom( 
       T view
    )

    Parameters

    view
    The view to which the behavior is attached.
    See Also